.alertLj {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    display: none;
    box-shadow: 1px 2px 5px #515f81
}

.alertTitle {
    border-bottom: 1px solid #f3f3f3;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    background: #2f318b;
    background: var(--color-dominant);
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: all-scroll;
    border-bottom: 0
}

.alertTitle.ljDown {
    background-color: #0e362c
}

.alertClose {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #2f318b;
    color: var(--color-dominant);
    background: #eaeaea;
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px
}

.alertClose:hover {
    background: #fff
}

.alertBox {
    padding: 15px 5px;
    border: 1px solid #f3f3f3;
    border-top: 0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    word-wrap: break-word;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #2f318b;
    border: 1px solid var(--color-dominant);
    border-top: 0;
    border-bottom: 0
}

.alertHandle {
    text-align: center;
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 10px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
    border: 1px solid #2f318b;
    border: 1px solid var(--color-dominant);
    border-top: 0
}

.alertHandle a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #f3f3f3;
    padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px
}

.alertHandle a:hover {
    color: #333
}

.alertHandle a.alertSure {
    background: #2f318b;
    background: var(--color-dominant);
    color: #fff;
    cursor: pointer;
    border: 1px solid #2f318b;
    border: 1px solid var(--color-dominant)
}

.alertHandle a.alertSure:hover {
    background-color: #797bf1
}

.alertLj.load .alertHandle,
.alertLj.load .alertTitle {
    display: none
}

.alertLj.load .alertBox {
    border: 1px solid #f3f3f3;
    border-radius: 5px
}

.alertLjBox {
    position: absolute;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7)
}

.ljCred {
    font-size: 14px;
    background: #ff671b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px
}

.ljrotate {
    transform-origin: center center;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: transform .2s;
    -moz-transition: -moz-transform .2s;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    -ms-transition: -ms-transform .2s
}

.ljDn {
    display: none
}

.ljload {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/load.gif) no-repeat center;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0
}

.ljNoData {
    color: #ccc;
    background: #eee
}

.ljNoData a {
    color: #919191
}

.ljErr {
    position: absolute;
    top: 15px;
    left: -10px;
    color: red;
    font-weight: 800
}

.imgHoverBox {
    position: absolute;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff
}

.imgHoverBox img {
    max-width: 600px
}

.fileSwfBoxTeam {
    background: 0 0;
    position: relative;
    border: 1px solid #eceef1;
    margin: 0 5px
}

.fileSwfBoxTeam a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/style/manager/img/icon38.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0
}

.fileSwfBoxTeam:after,
.fileSwfBoxTeam:before {
    display: none
}

.fileSwfBoxTeam img {
    width: 100%;
    height: 100%
}

.fileSwfBoxTeam.ljname img {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: inherit
}

.fileSwfBoxTeam .inp input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    opacity: 1;
    top: initial
}

.ljSendCode {
    width: auto;
    padding: 0 5px
}

.noData {
    color: #ccc;
    text-align: center;
    line-height: 35px
}

.ljTitle {
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url(../img/ljTitle.png) no-repeat center;
    background-size: 80%;
    vertical-align: middle;
    position: absolute;
    right: -20px;
    top: 22px
}

.ljErre {
    color: red;
    font-size: 14px
}


.alertBox a {
    color: #2F318B;
    color: var(--color-dominant);
    text-decoration: underline;
}

.alertBox a:hover {
    color: red;
}

.fileSwfBox.ljLoad .fileSwfBoxTeamLoad,
.fileSwfBox.ljLoad .fileSwfBoxTeamTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    pointer-events: none;
}

.fileSwfBox.ljLoad .fileSwfBoxTeam {
    display: none;
    pointer-events: none;
}

.fileSwfBox.ljLoad .fileSwfBoxTeamTxt {
    line-height: 45px;
}

.ljKeyTotalInp {
    font-size: 18px;
    position: absolute;
    background: #fff;
    border: 1px solid #cccc;
    padding: 2%;
    width: 96%;
    left: 0;
    border-top: 0;
    display: none;
    overflow: hidden;
}

.ljSmall .fileSwfBoxTeam {
    float: left;
    width: 30px;
    margin: 0 1px;
}

.alertLj img {
    display: inline-block;
}

.alertLj.load .alertBox {
    background: none;
    border: 0;
    color: #fff;
    text-align: center;
}

.ljF {
    text-transform: capitalize;
}

.ljAll {
    text-transform: uppercase;
}

/*.erlo_lj_more{display:block;text-align:center;}*/
/*.erlo_lj_more.lj{color:#ccc;}*/


